home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_6 / tiffdtyp.lha / sources / endcode.asm < prev    next >
Assembly Source File  |  1994-07-10  |  231b  |  16 lines

  1.     opt l+
  2.     XDEF    ENDCODE
  3.  
  4. ;---------------------------------------------------------------------------
  5.  
  6.     SECTION TEXT,CODE
  7.  
  8.  
  9. ;---------------------------------------------------------------------------
  10.  
  11. ;ENDCODE    EQU    *
  12.  
  13. ENDCODE:
  14.  
  15.     END
  16.